uploadBundle abstract method
Uploads an AAB to an edit.
Implementation
Future<GooglePlayBundle> uploadBundle({
required String packageName,
required String editId,
required String aabPath,
});
Uploads an AAB to an edit.
Future<GooglePlayBundle> uploadBundle({
required String packageName,
required String editId,
required String aabPath,
});