startImageAttach method

Future<String?> startImageAttach(
  1. String imagePath
)

Implementation

Future<String?> startImageAttach(String imagePath) async {
  throw UnimplementedError('startImageAttach() has not been implemented.');
}