saveProfile method

Future saveProfile(
  1. String name,
  2. String email
)

Implementation

Future<dynamic> saveProfile(String name, String email) {
  throw UnimplementedError('has not been implemented.');
}