getProfileLocal method

Future getProfileLocal(
  1. String jid,
  2. bool server
)

Implementation

Future<dynamic> getProfileLocal(String jid, bool server) {
  throw UnimplementedError('has not been implemented.');
}