getUserData method

Future<Map<Object?, Object?>?> getUserData()

Returns true if the plugin is initialized, false otherwise.

Implementation

Future<Map<Object?, Object?>?> getUserData() => throw UnimplementedError(
      '$getUserDataMethodName has not been implemented.',
    );