videoCall method

Future<bool> videoCall(
  1. String name,
  2. bool toast
)

Implementation

Future<bool> videoCall(String name, bool toast) {
  throw UnimplementedError('videoCall() has not been implemented.');
}