insertNewProfileStatus method

Future<bool?> insertNewProfileStatus(
  1. String status
)

This method is used to insert new profile status.

Implementation

Future<bool?> insertNewProfileStatus(String status) {
  throw UnimplementedError('has not been implemented.');
}