showPlayerProfile method

Future<String?> showPlayerProfile()

Presents the local player's profile.

Implementation

Future<String?> showPlayerProfile() async {
  return await FirebaseGameServices.platform.showPlayerProfile();
}