uploadBundle abstract method

Future<GooglePlayBundle> uploadBundle({
  1. required String packageName,
  2. required String editId,
  3. required String aabPath,
})

Uploads an AAB to an edit.

Implementation

Future<GooglePlayBundle> uploadBundle({
  required String packageName,
  required String editId,
  required String aabPath,
});