getAppManifest method
Implementation
Future<GetAppManifestResult> getAppManifest() async {
var result = await _client.send('Page.getAppManifest');
return GetAppManifestResult.fromJson(result);
}
Future<GetAppManifestResult> getAppManifest() async {
var result = await _client.send('Page.getAppManifest');
return GetAppManifestResult.fromJson(result);
}