nullptr is converted to fml::Status::OK(nullptr), which we don't null check. Change this to consistently use fml::Status Discovered in https://github.com/flutter/flutter/issues/148851
nullptr is converted to fml::Status::OK(nullptr), which we don't null check. Change this to consistently use fml::Status Discovered in https://github.com/flutter/flutter/issues/148851