openDocument method Null safety
- {required String filePath}
open document filePath
Implementation
Future<void> openDocument({required String filePath}) async {
throw UnimplementedError('openDocument has not been implemented.');
}
open document filePath
Future<void> openDocument({required String filePath}) async {
throw UnimplementedError('openDocument has not been implemented.');
}