List all customers
Future<Map<String, dynamic>> listCustomers({String? email, int? limit}) { throw UnimplementedError('listCustomers() has not been implemented.'); }